Skip to content

Replace local bootc-kernel-cmdline crate with linux-kernel-cmdline#2297

Merged
cgwalters merged 1 commit into
bootc-dev:mainfrom
jeckersb:use-crates-io-kernel-cmdline
Jul 9, 2026
Merged

Replace local bootc-kernel-cmdline crate with linux-kernel-cmdline#2297
cgwalters merged 1 commit into
bootc-dev:mainfrom
jeckersb:use-crates-io-kernel-cmdline

Conversation

@jeckersb

@jeckersb jeckersb commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

The kernel command line parsing crate has been split out into a
separate repository and published to crates.io as
linux-kernel-cmdline. Replace the local copy with the published
version 0.1.1.

The two bootc-specific constants (INITRD_ARG_PREFIX and ROOTFLAGS)
that were defined in the local crate's lib.rs are not part of the
published crate. These already had local definitions in
bootc_kargs.rs, so update install.rs to use those instead.

Signed-off-by: John Eckersberg [email protected]

The kernel command line parsing crate has been split out into a
separate repository and published to crates.io as
linux-kernel-cmdline. Replace the local copy with the published
version 0.1.1.

The two bootc-specific constants (INITRD_ARG_PREFIX and ROOTFLAGS)
that were defined in the local crate's lib.rs are not part of the
published crate. These already had local definitions in
bootc_kargs.rs, so update install.rs to use those instead.

Signed-off-by: John Eckersberg <[email protected]>
@github-actions github-actions Bot added the area/install Issues related to `bootc install` label Jul 8, 2026
@bootc-bot bootc-bot Bot requested a review from gursewak1997 July 8, 2026 19:50
@cgwalters cgwalters added this pull request to the merge queue Jul 8, 2026
Merged via the queue into bootc-dev:main with commit 220f404 Jul 9, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/install Issues related to `bootc install`

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants